records
Signal Passed At Danger on main tracks by train type
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"seinvoorbijrijding-per-type-trein-op-hoofdsporen",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/seinvoorbijrijding-per-type-trein-op-hoofdsporen"
}
] - "definitions":{
- "seinvoorbijrijding-per-type-trein-op-hoofdsporen":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/seinvoorbijrijding-per-type-trein-op-hoofdsporen_records"
}
}
} - "records":
} - "properties":
- "seinvoorbijrijding-per-type-trein-op-hoofdsporen_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "annee_jaar":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "type_de_train_trein_type_voie_principale":,{
- "type":"string",
- "title":"Train type",
- "description":""
} - "type_de_train":,{
- "type":"string",
- "title":"Train type",
- "description":""
} - "train_type":,{
- "type":"string",
- "title":"Train type",
- "description":""
} - "spad":{
- "type":"integer",
- "title":"Number of Signal Passed At Danger",
- "description":""
}
} - "annee_jaar":
}
} - "fields":
} - "properties":
} - "seinvoorbijrijding-per-type-trein-op-hoofdsporen":
}